From 643afd1fc4f597878dcf04564bff7b71c6f5c83f Mon Sep 17 00:00:00 2001 From: "mwilli2@equilibrium.research" Date: Wed, 2 Feb 2005 18:34:35 +0000 Subject: [PATCH] bitkeeper revision 1.1159.239.1 (42011d3b3kafRU5DPu227sLReeeG3g) Ignore SET_CONFIGURATION messages for now. It Works For Me (TM). Please report any problems / weirdness you see as a result. --- linux-2.6.10-xen-sparse/drivers/xen/usbback/usbback.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linux-2.6.10-xen-sparse/drivers/xen/usbback/usbback.c b/linux-2.6.10-xen-sparse/drivers/xen/usbback/usbback.c index 51ce5bd873..5e89429d52 100644 --- a/linux-2.6.10-xen-sparse/drivers/xen/usbback/usbback.c +++ b/linux-2.6.10-xen-sparse/drivers/xen/usbback/usbback.c @@ -549,7 +549,10 @@ static void dispatch_usb_io(usbif_priv_t *up, usbif_request_t *req) * because various error checks get confused otherwise. We just do * configuration settings here, under controlled conditions. */ - usb_set_configuration(port->dev, setup[2]); + + /* Ignore configuration setting and hope that the host kernel + did it right. */ + // usb_set_configuration(port->dev, setup[2]); make_response(up, req->id, req->operation, 0, 0, 0); -- 2.30.2